|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectmscJNeuralNet.connectors.enumerations.NetConnectorsEnumeration
Enumeration über alle verfügbaren Klassen, welche die Schnittstelle
INetConnector
implementieren.
Es werden die INetConnector
in der folgenden Reihenfolge zurückgeliefert:
RandomNetConnector
RandomSymmetryBreakingNetConnector
WesselsBarnardNetConnector
INetConnector
,
Enumeration
Constructor Summary | |
NetConnectorsEnumeration()
|
Method Summary | |
boolean |
hasMoreElements()
|
java.lang.Object |
nextElement()
Es wird jeweils ein Objekt des Typs INetConnector zurückgeliefert. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NetConnectorsEnumeration()
Method Detail |
public boolean hasMoreElements()
hasMoreElements
in interface java.util.Enumeration
public java.lang.Object nextElement()
INetConnector
zurückgeliefert.
nextElement
in interface java.util.Enumeration
Enumeration.nextElement()
,
INetConnector
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |